home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: news.sprintlink.net!eskimo!news
- From: mag@eskimo.com (mAg)
- Subject: Re: 16 bit DDL in a 32 bit application
- X-Nntp-Posting-Host: tia1.eskimo.com
- Message-ID: <DLD4rG.Ht4@eskimo.com>
- Sender: news@eskimo.com (News User Id)
- Organization: *.*
- X-Newsreader: WinVN 0.93.10
- References: <letz-1601961457550001@macsteph.grame.fr>
- Date: Thu, 18 Jan 1996 06:02:04 GMT
-
- In article <letz-1601961457550001@macsteph.grame.fr> (Tue, 16 Jan 1996 14:57:55 +0100),
- letz@rd.grame.fr says :
- >
- >Hi,
- >
- >I'm trying to use a 16 bit DDL in a 32 bit application using Borland C++ 4.5
- >on Windows 95. My application compiles and links correctly but them the
- >application does not want to run. It seems that the 16 bit DDL can not be
- >loaded correctly.
- >Is ther anything special to do to use 16 bit DDL?
- >
- >Thanks
- >
- >Stephane Letz
-
- This can be accomplished using a THUNK layer. Please refer to Win32 reference manuals for more
- information about Thunking. It is tricky, but once you understand and do it right, it works
- well.
-
- Have fun..... :-)
-
- --
- /* --------------------------------------------------------
- MAG@ESKIMO.COM
- http://www.eskimo.com/~mag/index.html
- ***********************************************************
- To understand recursion one must first understand recursion
- ***********************************************************
- -------------------------------------------------------- */
-
-